-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump stack.yaml
, include in sdist file
#520
Conversation
Thanks! Any idea how to address this build failure? https://github.com/kowainik/stan/actions/runs/6518739825/job/17704572148?pr=520 Maybe the version of stack in |
Sorry, I had forgotten about the test-suite. Trying again. |
stack.yaml is bumped to GHC 9.4.7, the most recent version of GHC supported by the tool. stack.yaml is incuded in the sdist file. This will help Stack users install the tool from Hackage.
I'm confused how this managed to pass given that it doesn't contain a change to |
@tomjaguarpaw, it was failing before because the test-suite (a) required |
OK, thanks. If you'd be willing to be the "owner" of |
I'm happy to keep a weather eye on building Stan with Stack. The Stack project was experimenting with using Stan as part of its CI, until Stack moved on to a version of GHC that Stan did not support. I'm currently looking at doing so again, as Stack is still built with GHC 9.4.7 (for now). |
Great, feel free to ping me if you need help with |
stack.yaml
is bumped to GHC 9.4.7, the most recent version of GHC supported by the tool.stack.yaml
is incuded in the sdist file. This will help Stack users install the tool from Hackage.(As an aside, the current
stack.yaml
file will not work because it does not set the flags required for itsmintty
dependency. That falls away if this pull request is adopted.)